encoding/hex.dumper.n (field)
6 uses
encoding/hex (current package)
hex.go#L251: n uint // number of bytes, total
hex.go#L274: h.buf[0] = byte(h.n >> 24)
hex.go#L275: h.buf[1] = byte(h.n >> 16)
hex.go#L276: h.buf[2] = byte(h.n >> 8)
hex.go#L277: h.buf[3] = byte(h.n)
hex.go#L307: h.n++
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |